summary
{base}
Obtain summary statistics or detailed regression output
xlab
{GGPLOT2}
Label the x axis (ggplot)
library
{base}
Load an R package
geom_point
{GGPLOT2}
Generates a scatter plot
aes
{GGPLOT2}
Construct aesthetic mapping of a ggplot graph
rm
{base}
Remove objects
table
{base}
Obtain frequency table of a variable/cross-tabulation of two variables
confint
{stats}
Calculate confidence Intervals for Model Parameters
recode
{dplyr}
Recode a variable
names
{base}
Retrieve names of a list/vector
read.csv
{utils}
Read a csv file to data frame. Specify stringsAsFactors = FALSE to keep all string columns as characters
setwd
{base}
Set Working Directory
relevel
{stats}
Reorder Levels of Factor
ifelse
{base}
Return a or b depending on the value of test
log
{base}
log (default base = e)
ggplot
{GGPLOT2}
Create a ggplot graph
c
{base}
Combine values/vectors into a vector
as.numeric
{base}
Coerce a vector to numeric
ylab
{GGPLOT2}
Label the y axis (ggplot)
droplevels
{base}
Drop Unused Levels from Factors
mutate
{dplyr}
Modify/create a column in a data frame
lm
{base}
Fit a linear model
subset
{base}
Return subsets of vectors, matrices or data frames which meet conditions.
prop.table
{base}
Transform frequency table into table of proportions
with
{base}
evaluate expression in the context of a data frame
geom_smooth
{GGPLOT2}
Generates a smoothed conditional means curve / line
ls
{base}
Return a vector of character strings giving the names of the objects in the specified environment
levels
{base}
Get levels of a factor
is.element
{base}
Check if a value is element of a vector
The end!